Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Darwin support in makefile #1278

Merged
merged 4 commits into from
Mar 9, 2025
Merged

Improve Darwin support in makefile #1278

merged 4 commits into from
Mar 9, 2025

Conversation

DanRStevens
Copy link
Collaborator

Auto select brew folders for include and library search paths when Darwin environment is detected.

Closes #1241

The `makefile` should auto detect the `Darwin` environment and auto select `brew` folders for include and library paths.
It seems `PkgConfig` is able to add the library search folder.

We keep the `DarwinIncludeSearchFlags` variable since we want to add a system include folder (`-isystem`) for Brew packages, so warnings are not reported for these header files.
@DanRStevens DanRStevens merged commit 98ccbc5 into main Mar 9, 2025
8 checks passed
@DanRStevens DanRStevens deleted the makefileDarwinSupport branch March 9, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve makefile experience for Mingw and MacOS
1 participant